home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / mac / macbibtex11.hqx / 0.99c Sources / MacBibTeX 0.99c v1.1.sit / MacBibTex 0.99c V1.1 / Resources.h < prev    next >
C/C++ Source or Header  |  1988-04-29  |  287b  |  10 lines

  1. #ifndef RESOURCES_IS_IN
  2. #define RESOURCES_IS_IN
  3.  
  4.     /* alerts and dialogs */
  5. typedef enum { ABOUT_DLOG=128, SHAREWARE_DLOG=132, THANKYOU_ALRT, ERROR_ALRT=135, YESNO_ALRT, 
  6.                PROMPT_GETFILE_DLOG = 512};
  7.  
  8.     /* STR# resources for appl */
  9. typedef enum { ERROR_STRS=128, YESNO_STRS };
  10. #endif